The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
55359 5592 d 1 h pd /branches/R-glmscore/ R-glmscore experimental branch  
55191 5599 d 20 h luke /trunk/src/ Fixed JIT = 3 handling for (long ago) changes in env argument to
compile; added some JIT test code to compiler package.
 
55081 5602 d 23 h murdoch /trunk/src/main/ Current srcref wasn't being saved.  
55015 5605 d 1 h ripley /trunk/src/ typos  
54957 5607 d 20 h ripley /trunk/src/main/ typo  
54728 5619 d 23 h luke /trunk/src/main/ Changed use of CHAR on integer vectors to INTEGER in R_bcEncode and R_bcDecode.  
54715 5620 d 20 h luke /trunk/src/ Added compilePKGS .Internal for enabling compiling via serialization.  
54650 5626 d 21 h luke /trunk/src/main/ Added RETURNJMP instruction.  
54645 5627 d 14 h luke /trunk/src/main/ Added SWITCH instruction.  
54643 5627 d 20 h luke /trunk/src/ Changed support .Internals to manage constant pool by a size doubling strategy.  
54571 5634 d 14 h luke /trunk/src/main/ Defensively duplicate constants when pushed as arguments.  
54569 5634 d 16 h luke /trunk/src/main/ Set NAMED = 2 in DO_LDCONST.  
54519 5636 d 16 h luke /trunk/src/main/ Added call to AND1ST, AND2ND, OR1ST, and OR2ND instructions for use in
error messages.
 
54518 5636 d 17 h luke /trunk/src/main/ Added call to BRIFNOT instruction for error messages.  
54517 5636 d 17 h luke /trunk/src/main/ Added call to STARTFOR instruction for use in bad sequence error message.  
54486 5639 d 14 h luke /trunk/src/main/ Added DUP2ND instruction for use in nested complex assignments.  
54484 5639 d 17 h luke /trunk/src/main/ Added GETTER_CALL and SWAP instructions for use in nested complex
assignments.
 
54466 5640 d 13 h luke /trunk/src/ Added constidx .Internal for returning the index of an item in the
constant pool if an identical one is already there.
 
54452 5641 d 15 h luke /trunk/src/main/ SETTER_CALL assumes a NULL argument has been pushed as the first
argument and rplaces the NULL by the appropriate LHS value.
 
54433 5642 d 18 h luke /trunk/src/main/ Unified code for looking up .Primitive functions in the byte code
interpreter.
 

Show All