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
There's a lot of questions people ask that I can't answer, or I have no idea who to ask. Maybe if I start a list of questions it'll prompt professionals (or people on the V8 team) to supply authoritative answers.
I'll start a list here and update it as I go.
Q. Does operator overloading inherently make all operators slower when implemented in an engine? Basically does the operation of being able to arbitrarily change what + means on an object inherently make all + operations slower? Is this something that depends heavily on the JIT implementation?
The text was updated successfully, but these errors were encountered:
There's a lot of questions people ask that I can't answer, or I have no idea who to ask. Maybe if I start a list of questions it'll prompt professionals (or people on the V8 team) to supply authoritative answers.
I'll start a list here and update it as I go.
Q. Does operator overloading inherently make all operators slower when implemented in an engine? Basically does the operation of being able to arbitrarily change what + means on an object inherently make all + operations slower? Is this something that depends heavily on the JIT implementation?
The text was updated successfully, but these errors were encountered: