Unnecessary temp variables

41 views
Skip to first unread message

我每天睡不着

unread,
Jun 24, 2017, 10:51:39 AM6/24/17
to Haxe
After haxe 3.2.1, I feeling the compiler has generated too many temporary variables. especially when the code contains `untyped` or `unsafe cast`

*
`untyped`: some special functions for each platform, e.g:  the JS platform have `__instanceof__`, `__strict_eq__` and ......

* `
unsafe cast`: when you use the `abstract class` such cast seems common..

so Is there a simple way to switch back to the old(3.2.1) optimizer when I did not add `
-D analyzer-optimize`?

(*sorry for my terrible english*)

Reply all
Reply to author
Forward
0 new messages