beamjs / erlv8

Erlang interface for V8
BSD 2-Clause "Simplified" License
126 stars 22 forks source link

Make ticker non-recursive #35

Closed yrashk closed 13 years ago

yrashk commented 13 years ago

Relevant to #33

yrashk commented 13 years ago

Only important for JS-to-Erlang calls, and I am not sure you can avoid recursion in this case anyway

yrashk commented 13 years ago

Only important if there will be too many js-to-erlang calls that will overflow the stack. I am yet to see this.