search for: 958493

Displaying 2 results from an estimated 2 matches for "958493".

Did you mean: 58493
2007 Aug 19
2
Installing dependent packages
....tgz ' Content type 'application/x-gzip' length 67871 bytes opened URL ================================================== downloaded 66Kb trying URL ' http://cran.uk.r-project.org/bin/macosx/universal/contrib/2.5/proto_0.3-7.tgz' Content type 'application/x-gzip' length 958493 bytes opened URL ================================================== downloaded 936Kb trying URL 'http://cran.uk.r-project.org/bin/macosx/universal/contrib/2.5/Hmisc_3.4-2.tgz' Content type 'application/x-gzip' length 1475177 bytes opened URL ========================================...
2017 Jul 06
2
GEP with a null pointer base
I’m not entirely opposed to solution #3. As I said, my concern is that there are cases it would miss. For instance, if I had some code like this: char *get_ptr(char *base, intptr_t offset) { return base + offset; } char *convert_to_ptr(intptr_t ptr_val) { return get_ptr((char*)0, ptr_val); } There the idiom would only appear after inlining, so the front end couldn’t handle it. The