Displaying 2 results from an estimated 2 matches for "bf61a4ab".
Did you mean:
bf1a49ab
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
...ion has not yet been discarded will be very
helpful.
--Owen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080424/bf61a4ab/attachment.bin>
2008 Apr 23
2
[LLVMdev] PHP Zend LLVM extension (SoC)
Thank you both for your answers!
That part of type inference was my second question. PHP uses a structure
with a union to represent a variable (because a variable can have different
types, like a long, a double, a stream, etc..), but often a single variable
will only have one type throughout the program (e.g. iterating through $i in
a loop). Will LLVM automagically see that we always use the