Displaying 5 results from an estimated 5 matches for "devcycl".
Did you mean:
devcycle
2012 Sep 12
4
[LLVMdev] PDB debug info
Hi people,
Unlike GCC, LLVM has seemingly good support for interoperability with MSVC
built windows code.
This makes LLVM particularly attractive to my company/project, but it seems
LLVM doesn't support writing PDB debug into into it's COFF output.
It seems Win64 exception handling has been added recently, which perhaps
makes PDB the only outstanding feature for effective use with
2012 Sep 12
0
[LLVMdev] PDB debug info
...chromium.org/nativeclient/sdk/vsx-plugin/vsx-reference-material
>>> http://code.google.com/p/nativeclient/wiki/NaClDebugging
>>>
>>> though a more recent page doesn't mention visual studio:
>>>
>>> https://developers.google.com/native-client/devguide/devcycle/debugging
>>>
>>
>> It's an interesting approach, and I'd take it as a start, but it's still
>> basically a hack. Interoperability with MSVC is non-negotiable in many
>> windows projects.
>> LLVM is perhaps the closest project to salvation, this...
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
Hi Rafael,
Would you mind waiting for Derek to come back from vacation to discuss
this? We do use this code and could improve how it's used and tested within
LLVM. Derek is the best person to discuss this, he'll be back in
mid-January.
Thanks,
JF
On Fri, Dec 19, 2014 at 6:41 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
>
> > I CC'ed llvmdev to put a
2012 Sep 12
2
[LLVMdev] PDB debug info
...lient/sdk/vsx-plugin/vsx-reference-material
>>>> http://code.google.com/p/nativeclient/wiki/NaClDebugging
>>>>
>>>> though a more recent page doesn't mention visual studio:
>>>>
>>>> https://developers.google.com/native-client/devguide/devcycle/debugging
>>>>
>>>>
>>>
>>> It's an interesting approach, and I'd take it as a start, but it's still
>>> basically a hack. Interoperability with MSVC is non-negotiable in many
>>> windows projects.
>>> LLVM is perhap...
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...ve a fork of the bitcode reader and bitstream reader. That said,
we still use the upstream bitcode reader / bitstream reader in the browser
w/ PNaCl. This is used for debugging non-guaranteed-to-be-stable temporary
copies of apps in the browser (
https://developer.chrome.com/native-client/devguide/devcycle/debugging#debugging-pnacl-pexes-pepper-35-or-later
). That said, the overlapped compile/download is probably not a big deal
for the debugging use case.
*) It looks like gzip encoded files will have content-length set to the
size of the *gzipped* body, not the size of the original bitcode:
http://...