If the global function parseInt is used to convert a double to an int (as it seems is done in the function(p,a,c,k,e,d) code packer), it is inefficient to convert the value to a string and then back to an integer.
Created attachment 23425 [details] patch
Comment on attachment 23425 [details] patch r=me
Fixed in r36410.