Comment on Reflections on 2 years of CPython's JIT CompilerparentComments−dontlaugh1yI was pointing examples of the opposite, that JavaScript is less dynamic than Python.There's lots of Python code out there that relies on not using slots. If you're making a JIT, you can't assume that all code is using slots.
Comments
I was pointing examples of the opposite, that JavaScript is less dynamic than Python.
There's lots of Python code out there that relies on not using slots. If you're making a JIT, you can't assume that all code is using slots.