diff options
author | Björn Gustavsson <[email protected]> | 2010-04-22 15:18:13 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-05-11 08:53:27 +0200 |
commit | d60f055697cfe8e7f94be4d291d49bb00a66bc52 (patch) | |
tree | 0db2f8a0ae0737e3f58460b2b1fccdae525b6c9b /erts/emulator/beam | |
parent | ea0f50dfbc8ec99820b81f99be81ada727bb3cf8 (diff) | |
download | otp-d60f055697cfe8e7f94be4d291d49bb00a66bc52.tar.gz otp-d60f055697cfe8e7f94be4d291d49bb00a66bc52.tar.bz2 otp-d60f055697cfe8e7f94be4d291d49bb00a66bc52.zip |
Introduce the new recv_mark/1 and recv_mark/1 instructions
Make the recv_mark/1 and recv_mark/1 instructions known to the
compiler and run-time system. For the moment, make the loader ignore
any occurrences of those instructions in BEAM files.
Also update hipe_beam_to_icode to ignore those instructions.
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r-- | erts/emulator/beam/ops.tab | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab index 9e8ac74f40..ef6062203e 100644 --- a/erts/emulator/beam/ops.tab +++ b/erts/emulator/beam/ops.tab @@ -1421,3 +1421,9 @@ i_gc_bif1 j I s I d # R13B03 # on_load + +# +# R14A. +# +recv_mark Lbl => +recv_set Lbl => |