search for: oxxx

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

Did you mean: 9xxx
2020 Aug 05
2
llc -O2 vs. llc -O3 --> same debug-pass=Executions but output.obj differs?
...input.bc -stopafter=targetlibinfo -o input.mir 2. llc -run-pass={....min passes...} input.mir -o opt.mir 3. llc -startafter=machine-opt-remark-emitter -filetype=obj opt.mir -o final.obj Examining the passes produced by llc for O1,O2,O3 I compared (with XXX = {1,2,3}): llc input.bc -filetype=obj -OXXX -o XXXfinal.obj -debug-pass=Executions This showed the passes were identical for O1,O2,O3 yet the .obj produced was different for O3 versus O1 and O2 (which were the same). Does anyone happen to know why O3 is different, I'm wondering if this is caused by some other llc flag unrelated to t...
2011 Mar 11
3
.Library in R 2.12.2 for windows
I installed a custom package which needs to know its own location on the disk. (It runs an executable that is included in the package.) In version 2.11.1 the .Library command gave me the necessary information. It returned the path C:\Program Files\R\R-2.11.1\library. I have noticed that in the 2.12.2 newly installed libraries are installed to something like C:\Documents and Settings\user\My