[Rcpp-commits] r4229 - pkg/Rcpp/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Feb 1 14:41:50 CET 2013


Author: romain
Date: 2013-02-01 14:41:50 +0100 (Fri, 01 Feb 2013)
New Revision: 4229

Modified:
   pkg/Rcpp/inst/NEWS.Rd
Log:
news for commit 4171

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2013-02-01 13:37:57 UTC (rev 4228)
+++ pkg/Rcpp/inst/NEWS.Rd	2013-02-01 13:41:50 UTC (rev 4229)
@@ -23,6 +23,11 @@
     }
     \item Changes in Rcpp API:
     \itemize{
+      \item The very central use of R API R_PreserveObject and 
+      R_ReleaseObject has been replaced by a new system based on the 
+      functions Rcpp_PreserveObject, Rcpp_ReleaseObject and Rcpp_ReplaceObject
+      which shows better performance and is implemented using a generic vector
+      treated as a stack instead of a pairlist in the R implementation
       \item Platform-dependent code in Timer.cpp now recognises a few
       more BSD variants thanks to contributed defined() test suggestions
     }



More information about the Rcpp-commits mailing list