Re: Jumps across functions
- From: "mensanator@xxxxxxx" <mensanator@xxxxxxx>
- Date: Mon, 27 Aug 2007 15:59:37 -0700
On Aug 27, 5:16 pm, Tim Frink <plfr...@xxxxxxxx> wrote:
Hi,
is is possible to get valid assembler code from a
C source code with jumps from one routine
to a basic block in another routine?
Example:
routine main
.L1 ... // Labels for basic blocks
.L2 ...
routine foo
.L3
.L4
Can I have a jump from basic block L1 to basic block
L3?
Regards,
Tim
Children shouldn't be allowed to play with hammers.
.
- References:
- Jumps across functions
- From: Tim Frink
- Jumps across functions
- Prev by Date: Re: Jumps across functions
- Next by Date: Re: Jumps across functions
- Previous by thread: Re: Jumps across functions
- Next by thread: efficient comparison
- Index(es):
Relevant Pages
|
|