Rename "jit_insn_move_blocks" to "jit_insn_move_blocks_to_end" and - libjit.git - libjit

index : libjit.git
libjit
summary refs log tree commit diff
path: root/jit/jit-internal.h
diff options
context:
space:
mode:
authorRhys Weatherley <rweather@southern-storm.com.au>2004年05月21日 23:32:32 +0000
committerRhys Weatherley <rweather@southern-storm.com.au>2004年05月21日 23:32:32 +0000
commita0eb7f57228a666a367b52d0a50c320910597b5c (patch)
tree8a16bf72598a025f50605673eb1ed76919666f70 /jit/jit-internal.h
parente1bd1891df9888250844d829bd039b673efd60f2 (diff)
downloadlibjit-a0eb7f57228a666a367b52d0a50c320910597b5c.tar.gz
Rename "jit_insn_move_blocks" to "jit_insn_move_blocks_to_end" and
add a new function "jit_insn_move_blocks_to_start" for creating initialization code.
Diffstat (limited to 'jit/jit-internal.h')
-rw-r--r--jit/jit-internal.h 4
1 files changed, 4 insertions, 0 deletions
diff --git a/jit/jit-internal.h b/jit/jit-internal.h
index 9f1974a..1dec549 100644
--- a/jit/jit-internal.h
+++ b/jit/jit-internal.h
@@ -291,6 +291,10 @@ struct _jit_builder
/* The current block that is being constructed */
jit_block_t current_block;
+ /* The position to insert initialization blocks */
+ jit_block_t init_block;
+ int init_insn;
+
/* Exception handlers for the function */
jit_block_eh_t exception_handlers;
jit_block_eh_t current_handler;
generated by cgit v1.2.3 (git 2.39.1) at 2025年10月02日 21:04:32 +0000

AltStyle によって変換されたページ (->オリジナル) /