Skip to content

Commit

Permalink
move normalization entries to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
garrigue committed Oct 21, 2021
1 parent e0ce4f1 commit f2c9438
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions Changes
Expand Up @@ -199,6 +199,12 @@ Working version
(Jacques Garrigue and Takafumi Saikawa,
review by Leo White and Florian Angeletti)

* #10627: Make row_field abstract
Completes #10474 by making row_field abstract too.
An immutable view row_field_view is provided, and one converts between it
and row_field via inj_row_field and row_field_repr.
(Jacques Garrigue and Takafumi Saikawa, review by Florian Angeletti)

- #10433: Remove the distinction between 32-bit aligned and 64-bit aligned
64-bit floats in Cmm.memory_chunk.
(Greta Yorsh, review by Xavier Leroy)
Expand Down Expand Up @@ -741,19 +747,6 @@ OCaml 4.13.0 (24 September 2021)
(Jacques Garrigue and Takafumi Saikawa,
review by Florian Angeletti and Gabriel Radanne)

* #10474: Force normalization on access to row_desc
Similar to #10337. Make row_desc an abstract type, with constructor
create_row and accessors defined in Types rather than Btype.
A normalized view row_desc_repr is provided for convenience.
(Jacques Garrigue and Takafumi Saikawa,
review by Leo White and Florian Angeletti)

* #10627: Make row_field abstract
Completes #10474 by making row_field abstract too.
An immutable view row_field_view is provided, and one converts between it
and row_field via inj_row_field and row_field_repr.
(Jacques Garrigue and Takafumi Saikawa, review by Florian Angeletti)

- #10358: Use a hash table for the load path.
(Leo White, review by Gabriel Scherer)

Expand Down

0 comments on commit f2c9438

Please sign in to comment.