As I understand it, Geometry stores a javascript object structure of the vertices and faces and BufferGeometry just stores the raw gl data via Float32Arrays, etc.
Is the
You are in luck.
var bufferGeometry = new THREE.BufferGeometry().fromGeometry( geometry );
EDIT: updated to three.js r.76