Message379333
> This idea can be implemented without opcode cache. I will try it.
I'd actually encourage trying to use the opcode cache because this way the optimization will be more generic. E.g. `decimal + decimal` would also be specialized via the cache, because you'd cache a pointer to the specific `+` operator implementation. I'm really not sure that adding specialized byte code is a good idea.
> * PHP uses scalar type for float and int
While at it, maybe we push the number of bits per int digit to 60? |
|
Date |
User |
Action |
Args |
2020-10-22 20:03:33 | yselivanov | set | recipients:
+ yselivanov, barry, nascheme, vstinner, methane, Mark.Shannon, corona10, pablogsal |
2020-10-22 20:03:33 | yselivanov | set | messageid: <1603397013.76.0.270191521504.issue42115@roundup.psfhosted.org> |
2020-10-22 20:03:33 | yselivanov | link | issue42115 messages |
2020-10-22 20:03:33 | yselivanov | create | |
|