/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Improving performance of rav1d video decoder
(ohadravid.github.io)
305 points
todsacerdoti
| 1 comments |
22 May 25 11:59 UTC
|
HN request time: 0.239s
|
source
Show context
anon-3988
◴[
22 May 25 14:19 UTC
]
No.
44062323
[source]
▶
>>44061160 (OP)
#
Is skipping initialization of buffers a hard problem for compilers?
replies(4):
>>44062623
#
>>44062735
#
>>44063622
#
>>44068910
#
1.
empath75
◴[
22 May 25 14:46 UTC
]
No.
44062623
[source]
▶
>>44062323
#
It's easy to not initialize the buffer, the hard part is guaranteeing that it's safe to read something that might not be initialized.
ID:
GO
↑