|
From: Albrecht K. <kl...@ak...> - 2007-04-03 17:43:44
|
Hi folks,
in current CVS the AS code "trace(e);"
is compiled to:
SWFACTION_PUSH
[000] Double: 0
SWFACTION_TRACE
SWFACTION_END
I'd rather expect something like this:
SWFACTION_CONSTANTPOOL
[000] d
SWFACTION_PUSH
[000] Constant: 0 "e"
SWFACTION_GETVARIABLE
SWFACTION_TRACE
SWFACTION_END
Perhaps 'e' is a misleaded interpretation of e like a numerical EXPONENT?
Bye,
Albrecht
|