Roger Pack

Results 311 comments of Roger Pack

https://www.hboehm.info/gc/faq.html I don't think it's in the codebase? Thanks.

I think that updating it to use correct arity and/or inlining calls might also be _great_ [and possibly higher priority] optimizations, too.

even then it's a straight C call versus making an extra array and a dynamic C call--these are all in C! Probably all low priority! 1.9 compat. might be highest?

"if non opts then use the right arity" first prio [kind of--if faster] "then 1.9 or maybe direct direct local?"

The releases section is empty? And clicking on "download latest" says "not found" so there is no where to download it? Thanks!

OK see #707 for now

maybe ask the rubinius people if these are api's they plan on never implementing [?] On Sat, Feb 28, 2015 at 3:51 AM, maasha [email protected] wrote: > Hm? > >...

can you compile ``` #include int main () { exit(0); ; return 0; } ``` ex: `gcc test.c` ? what does gcc -v say?

Must be a restriction in newer gcc hmm On 9/20/20, Weicheng Pan wrote: > I have same issue with xcode 12 > ``` > $ gcc test.c > test.c:5:3: error:...