Skip to content

Commit

Permalink
fixup! ebml::extra: Optimize reader::vuint_at()
Browse files Browse the repository at this point in the history
  • Loading branch information
c-a committed Jan 15, 2014
1 parent e52f7c9 commit f4c9ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libextra/ebml.rs
Expand Up @@ -149,7 +149,8 @@ pub mod reader {
(0, 0x0), (0, 0x0fffffff),
(8, 0x1fffff), (8, 0x1fffff),
(16, 0x3fff), (16, 0x3fff), (16, 0x3fff), (16, 0x3fff),
(24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f)
(24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f),
(24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f)
];

unsafe {
Expand Down

5 comments on commit f4c9ed4

@bors
Copy link
Contributor

@bors bors commented on f4c9ed4 Jan 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at c-a@f4c9ed4

@bors
Copy link
Contributor

@bors bors commented on f4c9ed4 Jan 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging c-a/rust/optimize_vuint_at = f4c9ed4 into auto

@bors
Copy link
Contributor

@bors bors commented on f4c9ed4 Jan 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c-a/rust/optimize_vuint_at = f4c9ed4 merged ok, testing candidate = 93fb12e

@bors
Copy link
Contributor

@bors bors commented on f4c9ed4 Jan 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f4c9ed4 Jan 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 93fb12e

Please sign in to comment.