search for: 8e79a314

Displaying 2 results from an estimated 2 matches for "8e79a314".

Did you mean: 8279.314
2013 Dec 03
0
[LLVMdev] Fwd: code-generating constant strings
...t defines structure, that contains a string 3. when generating further code, be able to insert a pointer to this structure? Yours sincerely, Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131203/8e79a314/attachment.html>
2013 Dec 03
2
[LLVMdev] code-generating constant strings
Hi, everyone! I have maybe very naive question, but nontheless. I'm experimenting with Kaleidoscope tutorial and I want to morph it into something similar to McCarthy's initial Lisp. For that, I need to implement symbols, which I thought I should implement as pointers to structures, and those structures would contain at least one field, which would be symbol's name. So, here's a