nieuws: Dropbox bouwt Python-implementatie met snelle jit-compiler
Verder is Pyston onder andere verantwoordelijk voor het voorspellen van een waarde van een variabele, een mechanisme dat bekendstaat als type speculation.
Dus niet de waarde van de variabele.quote: dropboxTo handle this, Pyston employs type speculation: it is typically impossible to prove that a variable will have a specific type, but Pyston can often predict with some certainty what the type of an object can be. Once a prediction is made, Pyston will verify the prediction at runtime, branching between a fast path where the prediction holds, and a slow path where it doesn’t.