ganado/redtamarin

document the XC API

Closed this issue · 3 comments

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

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

  • Changed state: Started
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

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

  • Changed state: Done