Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ARM vs x86

Name: Anonymous 2011-10-21 5:04

What software absolutely needs the x86 performance from the user and programmer  perspective? Why can't we switch to ARM even if it was ~4 times slower but much cheaper?

Name: Anonymous 2011-10-21 8:37

>>13
Ok. Implement following type-dispatcher, so it'll execute at the speed of C/C++ int addition

(defun add-fixnums (A B)
  (let* ((hash (or (shl (get-tag A) tag-bits) (get-tag B)))
         (h (aref handlers hash)))
    (funcall h A B)))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List