That's not completely correct, some are not stored in the heap/stack, for example, return values of functions called, or phi nodes.
On Sun, Jul 27, 2014 at 8:53 PM, Sören Balko <[email protected]> wrote: > At compile time: there were no reall local variables any more, everything > was in the HEAP array, starting at the address represented by STACKTOP. A > function scope was no real JS object but merely a continuous range of bytes > in the HEAP array. > > Am 28 Jul 2014 um 1:44 pm schrieb Lu Wang <[email protected]>: > > How could you create the scope object with all the necessary local > variables, without traversing all of them? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "emscripten-discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/emscripten-discuss/kSMH2N0CoLg/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "emscripten-discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/emscripten-discuss/kSMH2N0CoLg/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
