You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might need to be fixed by extending the domain and introducing another type of values, the "native objects". This is because unmarshalling native objects into Lambda objects every time a field is accessed is not the best solution, the evaluation of the field access node should require O(1) time.
To test this, simply evaluate
process
, which seems to be cyclic in Node 0.10.25.The text was updated successfully, but these errors were encountered: