Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 482869671
  • Loading branch information
common-lisp-dev-copybara authored and copybara-github committed Oct 21, 2022
1 parent bed9a7e commit b2a5f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serialize.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ See field-descriptor for the distinction between index, offset, and bool-number.
;; direct-mapped by subtracting the "origin" but such usage is uncommon,
;; and the performance of the hash-based lookup as a fallback is adequate.
(defun make-field-map (fields)
(declare (sb-c::tlab :system) (inline make-field))
(let ((count 0) (max 0))
(dolist (field fields)
(incf count)
Expand Down

0 comments on commit b2a5f97

Please sign in to comment.