Displaying 4 results from an estimated 4 matches for "malichus".
Did you mean:
malcious
2007 Sep 16
2
[LLVMdev] More Garbage Collection Questions
Gordon Henriksen wrote:
> On 2007-09-15, at 23:55, Talin wrote:
>
>> Gordon Henriksen wrote:
>>
>>> Can you be more specific the algorithm for which you need type
>>> metadata in a write barrier? No algorithms I am aware of perform any
>>> tracing from a write barrier.
>>
>> This one does:
>>
>>
2007 Dec 04
1
[LLVMdev] documentation in PDF (or PS)?
Hello All,
Is some documentation (e.g. http://llvm.org/docs/LangRef.html) available
in printable friendly format like PDF or PostScript or DVI?
Regards.
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les
2011 Nov 21
0
[LLVMdev] A way to pass const char* arg without creating a GlobalVariable
What memory would the pointer argument point to?
― Gordon
On Nov 20, 2011, at 16:58, "Dmitry N. Mikushin" <maemarcus at gmail.com> wrote:
> Hi,
>
> Is it possible to make up a ConstantArray containing a "const char*"
> string and pass it directly to the function "char*" argument *without*
> creating a GlobalVaribable?
> I looked around and
2008 Jul 24
0
[LLVMdev] CollectorRegistry
On Jul 24, 2008, at 03:10, Simon Ask Ulsnes wrote:
>> I would say that accurate GC would generally require considerable
>> cooperation from the front-end compiler, which GCC does not
>> particularly provide. But you could experiment with it. Simply
>> adding a GC attribute to an existing function should generally be
>> harmless (e.g., the inliner will do so