Re: [GSoC] How to protect cached_objects

2019-05-25 Thread Duy Nguyen
On Sat, May 25, 2019 at 11:04 PM Matheus Tavares Bernardino wrote: > > On Fri, May 24, 2019 at 6:55 AM Duy Nguyen wrote: > > > > On Thu, May 23, 2019 at 11:51 PM Matheus Tavares Bernardino > > wrote: > > > > > > > > Hi, everyone > > > > > > As one of my first tasks in GSoC, I'm looking to protec

Re: [GSoC] How to protect cached_objects

2019-05-25 Thread Matheus Tavares Bernardino
On Fri, May 24, 2019 at 6:55 AM Duy Nguyen wrote: > > On Thu, May 23, 2019 at 11:51 PM Matheus Tavares Bernardino > wrote: > > > > > Hi, everyone > > > > As one of my first tasks in GSoC, I'm looking to protect the global > > states at sha1-file.c for future parallelizations. Currently, I'm > > a

Re: [GSoC] How to protect cached_objects

2019-05-25 Thread Matheus Tavares Bernardino
On Fri, May 24, 2019 at 3:13 AM Jeff King wrote: > > On Thu, May 23, 2019 at 01:51:47PM -0300, Matheus Tavares Bernardino wrote: > > > As one of my first tasks in GSoC, I'm looking to protect the global > > states at sha1-file.c for future parallelizations. Currently, I'm > > analyzing how to deal

Re: [GSoC] How to protect cached_objects

2019-05-24 Thread Duy Nguyen
On Thu, May 23, 2019 at 11:51 PM Matheus Tavares Bernardino wrote: > > Hi, everyone > > As one of my first tasks in GSoC, I'm looking to protect the global > states at sha1-file.c for future parallelizations. Currently, I'm > analyzing how to deal with the cached_objects array, which is a small >

Re: [GSoC] How to protect cached_objects

2019-05-23 Thread Jeff King
On Thu, May 23, 2019 at 01:51:47PM -0300, Matheus Tavares Bernardino wrote: > As one of my first tasks in GSoC, I'm looking to protect the global > states at sha1-file.c for future parallelizations. Currently, I'm > analyzing how to deal with the cached_objects array, which is a small > set of in-

[GSoC] How to protect cached_objects

2019-05-23 Thread Matheus Tavares Bernardino
Hi, everyone As one of my first tasks in GSoC, I'm looking to protect the global states at sha1-file.c for future parallelizations. Currently, I'm analyzing how to deal with the cached_objects array, which is a small set of in-memory objects that read_object_file() is able to return although they