nodrock / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
0 stars 1 forks source link

document the XC API #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
avm2.intrinsics.memory
need to be documented in asdoc

Original issue reported on code.google.com by zwetan on 20 Nov 2013 at 5:23

GoogleCodeExporter commented 8 years ago

Original comment by zwetan on 20 Nov 2013 at 6:21

GoogleCodeExporter commented 8 years ago
added based on
http://obtw.wordpress.com/2013/04/03/making-bytearray-faster/
and
http://hg.mozilla.org/tamarin-redux/file/5571cf86fc68/core/concurrent.as#l355

Original comment by zwetan on 20 Nov 2013 at 6:22

GoogleCodeExporter commented 8 years ago
to use the fast memory op in redtamarin you will need to compile with ASC2

$ java -jar asc2.jar -import redtamarin.abc program.as

and you need to run the correct APi version

$ ./redshell -api SWF_19 program.abc

Original comment by zwetan on 20 Nov 2013 at 6:24