+1

My biggest concern is memory usage but it sounds like addressing that is
already in your mind.  I don't so much mind an additional up front constant
and per-line-of-code hit for instrumentation but leaks are unacceptable.
 Any instrumentation data or jit caches should be managed (and tunable at
run time when possible and it makes sense).

I think having a run time flag (or environment variable for those who like
that) to disable the use of JIT at python3 execution time would be a good
idea.

-gps

disclaimer: I work for Google but not on unladen-swallow.  My motivation is
to improve the future of CPython for the entire world in the long term.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to